home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / program / ctenari / ShiCola / CodePad37.exe / $INSTDIR / Syntax Definitions / rc.def < prev    next >
Encoding:
Text File  |  2003-10-17  |  4.9 KB  |  182 lines

  1. object TPersHolder
  2.   P.Name = 'Resource .RC Files'
  3.   P.Extensions.Strings = (
  4.     'Resource files (*.rc)|*.rc')
  5.   P.SyntaxBlocks = <
  6.     item
  7.       Name = 'Default'
  8.       ID = 0
  9.       FIText = 0
  10.       FIIntNum = 1
  11.       FIFloatNum = 2
  12.       FIHexNum = 3
  13.       FIDirective = 4
  14.       FISymbol = 10
  15.       UseSymbols = True
  16.       UseLineDirectives = True
  17.       UseComments = True
  18.       UseSingleLineComments = True
  19.       UseMultiLineComments = True
  20.       UseStrings = True
  21.       UseSingleLineStrings = True
  22.       UseNumbers = True
  23.       UsePrefixedNumbers = True
  24.       UseSuffixedNumbers = True
  25.       UseMultipleNumSuffixes = False
  26.       UsePrefixedSuffixedNumbers = True
  27.       UsePSNumComposition = True
  28.       UseKeywords = True
  29.       BlockDelimiters = <>
  30.       LineDirectivePrefix = '#'
  31.       SingleLineCommentDelimiters = <
  32.         item
  33.           FontID = 9
  34.           LeftDelimiter = '//'
  35.         end>
  36.       MultiLineCommentDelimiters = <
  37.         item
  38.           FontID = 5
  39.           LeftDelimiter = '/*'
  40.           RightDelimiter = '*/'
  41.         end>
  42.       SingleLineStringDelimiters = <
  43.         item
  44.           FontID = 6
  45.           LeftDelimiter = '"'
  46.           RightDelimiter = '"'
  47.         end
  48.         item
  49.           FontID = 7
  50.           LeftDelimiter = #39
  51.           RightDelimiter = #39
  52.         end>
  53.       NumPrefixes = <
  54.         item
  55.           LeftDelimiter = '0x'
  56.         end>
  57.       NumSuffixes = <
  58.         item
  59.           LeftDelimiter = 'L'
  60.         end>
  61.       NumPrefixesSuffixes = <>
  62.       KeywordSets = <
  63.         item
  64.           FontID = 8
  65.           Name = 'reserved'
  66.           Keywords = 
  67.             'ACCELERATORS,ALT,ASCII,AUTO3STATE,AUTOCHECKBOX,AUTORADIOBUTTON,B' +
  68.             'ITMAP,BLOCK,CAPTION,CHARACTERISTICS,CHECKBOX,CHECKED,CLASS,COMBO' +
  69.             'BOX,CONTROL,CTEXT,CURSOR,DEFPUSHBUTTON,DIALOG,DIALOGEX,DISCARDAB' +
  70.             'LE,DLGINIT,EDITTEXT,EXSTYLE,FILEFLAGS,FILEFLAGSMASK,FILEOS,FILES' +
  71.             'UBTYPE,FILETYPE,FILEVERSION,FIXED,FONT,GRAYED,GROUPBOX,HELP,ICON' +
  72.             ',IMPURE,INACTIVE,LANGUAGE,LISTBOX,LOADONCALL,LTEXT,MENU,MENUBARB' +
  73.             'REAK,MENUBREAK,MENUEX,MENUITEM,MESSAGETABLE,MOVEABLE,NOINVERT,NO' +
  74.             'NDISCARDABLE,NONSHARED,POPUP,PRELOAD,PRODUCTVERSION,PURE,PUSHBOX' +
  75.             ',PUSHBUTTON,RADIOBUTTON,RCDATA,RTEXT,SCROLLBAR,SEPARATOR,SHARED,' +
  76.             'SHIFT,STATE3,STRINGTABLE,STYLE,USERBUTTON,VALUE,VERSION,VERSIONI' +
  77.             'NFO,VIRTKEY'
  78.         end>
  79.     end>
  80.   P.FontTable = <
  81.     item
  82.       FontID = 0
  83.       GlobalAttrID = 'Whitespace'
  84.       Font.Charset = DEFAULT_CHARSET
  85.       Font.Color = clBlack
  86.       Font.Height = -13
  87.       Font.Name = 'Courier New'
  88.       Font.Style = []
  89.     end
  90.     item
  91.       FontID = 1
  92.       GlobalAttrID = 'Integer'
  93.       Font.Charset = DEFAULT_CHARSET
  94.       Font.Color = clGreen
  95.       Font.Height = -13
  96.       Font.Name = 'Courier New'
  97.       Font.Style = []
  98.     end
  99.     item
  100.       FontID = 2
  101.       GlobalAttrID = 'Float'
  102.       Font.Charset = DEFAULT_CHARSET
  103.       Font.Color = clGreen
  104.       Font.Height = -13
  105.       Font.Name = 'Courier New'
  106.       Font.Style = []
  107.     end
  108.     item
  109.       FontID = 3
  110.       GlobalAttrID = 'Integer'
  111.       Font.Charset = DEFAULT_CHARSET
  112.       Font.Color = clGreen
  113.       Font.Height = -13
  114.       Font.Name = 'Courier New'
  115.       Font.Style = []
  116.     end
  117.     item
  118.       FontID = 4
  119.       GlobalAttrID = 'Defines'
  120.       Font.Charset = DEFAULT_CHARSET
  121.       Font.Color = clGreen
  122.       Font.Height = -13
  123.       Font.Name = 'Courier New'
  124.       Font.Style = [fsBold]
  125.     end
  126.     item
  127.       FontID = 5
  128.       GlobalAttrID = 'Comment'
  129.       Font.Charset = DEFAULT_CHARSET
  130.       Font.Color = clGray
  131.       Font.Height = -13
  132.       Font.Name = 'Courier New'
  133.       Font.Style = [fsItalic]
  134.     end
  135.     item
  136.       FontID = 6
  137.       GlobalAttrID = 'String'
  138.       Font.Charset = DEFAULT_CHARSET
  139.       Font.Color = clMaroon
  140.       Font.Height = -13
  141.       Font.Name = 'Courier New'
  142.       Font.Style = []
  143.     end
  144.     item
  145.       FontID = 7
  146.       GlobalAttrID = 'String'
  147.       Font.Charset = DEFAULT_CHARSET
  148.       Font.Color = clMaroon
  149.       Font.Height = -13
  150.       Font.Name = 'Courier New'
  151.       Font.Style = []
  152.     end
  153.     item
  154.       FontID = 8
  155.       GlobalAttrID = 'Reserved words'
  156.       Font.Charset = DEFAULT_CHARSET
  157.       Font.Color = clBlue
  158.       Font.Height = -13
  159.       Font.Name = 'Courier New'
  160.       Font.Style = [fsBold]
  161.     end
  162.     item
  163.       FontID = 9
  164.       GlobalAttrID = 'Comment'
  165.       Font.Charset = DEFAULT_CHARSET
  166.       Font.Color = clGray
  167.       Font.Height = -13
  168.       Font.Name = 'Courier New'
  169.       Font.Style = [fsItalic]
  170.     end
  171.     item
  172.       FontID = 10
  173.       GlobalAttrID = 'Delimiters'
  174.       Font.Charset = DEFAULT_CHARSET
  175.       Font.Color = clBlack
  176.       Font.Height = -13
  177.       Font.Name = 'Courier New'
  178.       Font.Style = []
  179.     end>
  180.   P.SyntaxVersion = 3
  181. end
  182.